org.eclipse.vtp.desktop.media.core
Class FileContentCreatorPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.media.core.ContentCreatorPanel
      extended by org.eclipse.vtp.desktop.media.core.DynamicContentCreatorPanel
          extended by org.eclipse.vtp.desktop.media.core.FileContentCreatorPanel
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
Direct Known Subclasses:
AudioContentCreatorPanel

public abstract class FileContentCreatorPanel
extends DynamicContentCreatorPanel
implements org.eclipse.swt.events.SelectionListener


Constructor Summary
FileContentCreatorPanel()
           
 
Method Summary
 Content createContent()
           
protected abstract  FileContent createNewContent()
           
 org.eclipse.swt.widgets.Control createStaticControls(org.eclipse.swt.widgets.Composite parent)
           
 void setInitialContent(Content content)
           
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
           
 void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
           
 
Methods inherited from class org.eclipse.vtp.desktop.media.core.DynamicContentCreatorPanel
createControls, createDynamicControls, getDynamicSelection, getFormat, isDynamic, isDynamicSelected, setDynamicSelected, setDynamicSelection, setVariables
 
Methods inherited from class org.eclipse.vtp.desktop.media.core.ContentCreatorPanel
getControl, getMediaProvider, setControl, setMediaProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileContentCreatorPanel

public FileContentCreatorPanel()
Method Detail

createContent

public Content createContent()
Specified by:
createContent in class ContentCreatorPanel

createStaticControls

public org.eclipse.swt.widgets.Control createStaticControls(org.eclipse.swt.widgets.Composite parent)
Specified by:
createStaticControls in class DynamicContentCreatorPanel

setInitialContent

public void setInitialContent(Content content)
Overrides:
setInitialContent in class DynamicContentCreatorPanel

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

createNewContent

protected abstract FileContent createNewContent()